home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980901-19981211 / 000410_news@newsmaster….columbia.edu _Wed Dec 9 05:29:25 1998.msg < prev    next >
Internet Message Format  |  1998-12-10  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id FAA26798
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 9 Dec 1998 05:29:21 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id FAA23757
  7.     for kermit.misc@watsun; Wed, 9 Dec 1998 05:29:21 -0500 (EST)
  8. Path: news.columbia.edu!panix!howland.erols.net!EU.net!newsfeed.Austria.EU.net!Austria.EU.net!not-for-mail
  9. From: mayer1b@unisys.co.at ( hans mayer )
  10. Newsgroups: comp.protocols.kermit.misc,comp.unix.solaris
  11. Subject: kermit 6.1.193 Beta.05 no xmodem protocol
  12. Date: 9 Dec 1998 10:18:38 GMT
  13. Organization: UNISYS Austria
  14. Lines: 55
  15. Message-ID: <913198664.933802@scarlatti>
  16. Reply-To: mayer1b@unisys.co.at
  17. NNTP-Posting-Host: scarlatti.unisys.co.at
  18. X-Trace: fleetstreet.Austria.EU.net 913198718 10060 193.83.181.72 (9 Dec 1998 10:18:38 GMT)
  19. X-Complaints-To: abuse@Austria.EU.net
  20. NNTP-Posting-Date: 9 Dec 1998 10:18:38 GMT
  21. X-Newsreader: trn 4.0-test60 (5 October 1997)
  22. Originator: nobody@relay.bfl.at (uid no body)
  23. Cache-Post-Path: scarlatti!unknown@mozart
  24. X-Cache: nntpcache 2.3.2.1 (see http://www.nntpcache.org/)
  25. Xref: news.columbia.edu comp.protocols.kermit.misc:9617 comp.unix.solaris:186726
  26.  
  27.  
  28.  
  29. hi
  30.  
  31. i tried to install c-kermit 6.1.193 Beta.05 on sun sparc solaris 2.5.1 
  32. the reason is binary file transfer over serial line with xmodem protocol. 
  33. this is the only available protocol on the other site.
  34.  
  35. i tried -DXYZ_INTERNAL, but i got errors on linking step. see below.
  36. this seems to be a bug.
  37. so i tried with external programms rx and sx 
  38. receiving files worked now. but not transmitting. i did 
  39. a truss -t exec and i can see, that kermit forkes, if i try to 
  40. receive a file, but nothing happens, if keying in the transmit command.
  41. a second bug ? 
  42.  
  43. any ideas how solve this problem ? 
  44.  
  45.  
  46. gcc -g -O -Usun -DSVR4 -DSOLARIS -DSTERMIOX -DSELECT -DCK_CURSES 
  47. -DCK_NEWTERM -DDIRENT -DHDBUUCP -DDYNAMIC -DNOSETBUF -DCK_XYZ 
  48. -DXYZ_INTERNAL -DKANJI -DPOSIX -DSOLARIS25 -DCK_WREFRESH  -c  ckusig.c
  49. gcc  -o wermit ckcmai.o ckutio.o \
  50.     ckufio.o ckcfns.o ckcfn2.o ckcfn3.o \
  51.     ckuxla.o ckcpro.o ckucmd.o ckuus2.o \
  52.     ckuus3.o ckuus4.o ckuus5.o ckuus6.o \
  53.     ckuus7.o ckuusx.o ckuusy.o ckuusr.o \
  54.     ckucon.o ckudia.o ckuscr.o ckcnet.o \
  55.     ckusig.o -ltermlib -lsocket -lnsl
  56. Undefined            first referenced
  57.  symbol                  in file
  58. pxyz                                ckcpro.o
  59. p_avail                             ckcfn2.o
  60. ld: fatal: Symbol referencing errors. No output written to wermit
  61. *** Error code 1
  62.  
  63.  
  64.  
  65. :root> truss -t exec -f -p 9938
  66. 9938:        Received signal #20, SIGWINCH, in read() [default]
  67. 9938:        Received signal #20, SIGWINCH, in read() [default]
  68. 9938:        Received signal #20, SIGWINCH, in read() [default]
  69. 9947:    execve("/bin/sh", 0xEFFFF3F8, 0xEFFFFB9C)  argc = 3
  70. 9949:    execve("/usr/bin/rx", 0x00038B28, 0x00038C30)  argc = 2
  71. 9938:        Received signal #20, SIGWINCH, in wait() [default]
  72. 9945:        Received signal #20, SIGWINCH, in waitid() [default]
  73. 9949:        Received signal #20, SIGWINCH, in read() [default]
  74. and so on ......
  75.  
  76.  
  77.  
  78. -- 
  79. best regards from vienna           |   mayer (at) unisys.co.at_SPAM
  80. hans                               |   mayer (at) relay.bfl.at_SPAM
  81.